home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE4
/
POWERBASE
/
SCRIPT
/
Scripts
/
Scroller
/
Script1
< prev
next >
Wrap
Text File
|
2001-06-18
|
331b
|
20 lines
!SCRIPT QUIET
!COMMENT Load a field selection from PrintRes
!SELECTION TestSel1
!COMMENT ...and also a print options file
!PRINTOPTS TestOpts1
!COMMENT Print all the records
!QUERY ALL
!COMMENT Restore the default options
!PRINTOPTS
!COMMENT Clear the selection
!SELECTION
!COMMENT The following line is optional
!SCRIPT END